home *** CD-ROM | disk | FTP | other *** search
/ Hand Picked Software / Hand Picked Software.iso / children / animmem / stall.bat < prev   
DOS Batch File  |  1995-03-13  |  284b  |  16 lines

  1. echo off
  2. cls
  3. @echo Now making the directory   ANIMEM
  4. MD C:\ANIMEM
  5. pause
  6. cls
  7. echo off
  8. @Xcopy *.* C:\ANIMEM /E
  9. @ATTRIB C:\ANIMEM\*.* -R
  10. CLS
  11. @echo The program is now installed.
  12. @echo To run the program switch to the directory it was installed
  13. @echo and type  GO
  14. pause
  15. cls
  16.